From 1a8b9e9180feb6bf0349726466132aa56a02453d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Mon, 8 Jan 2018 21:30:10 +0100 Subject: [PATCH] widget: Refine docs a bit --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index b0b53e18b6..1db61a6b9e 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -12796,7 +12796,7 @@ gtk_widget_contains (GtkWidget *widget, * @x: X coordinate to test, relative to @widget's origin * @y: Y coordinate to test, relative to @widget's origin * - * Finds the descendant of widget (including widget itself) closest + * Finds the descendant of @widget (including @widget itself) closest * to the screen at the point (@x, @y). The point must be given in * widget coordinates, so (0, 0) is assumed to be the top left of * @widget's content area. -- 2.30.2